text/template/parse.Tree.next (method)
9 uses
text/template/parse (current package)
parse.go#L71: func (t *Tree) next() item {
parse.go#L113: token = t.next()
parse.go#L301: delim := t.next()
parse.go#L418: if token := t.next(); token.typ != itemRightDelim {
parse.go#L431: if token := t.next(); token.typ != itemRightDelim {
parse.go#L448: t.next()
parse.go#L536: t.next() // Consume the "if" token.
parse.go#L668: switch token := t.next(); token.typ {
parse.go#L699: chain.Add(t.next().val)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)